-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error en imports que se hacen desde diferentes packages (el orden causa error) #306
Conversation
a95e3a9
to
006cbd3
Compare
Ahi estuvimos con @ivojawer y lo resolvimos asegurando de asignar todos los scopes de packages antes de ir por los modules. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #306 +/- ##
=======================================
Coverage 89.75% 89.75%
=======================================
Files 28 28
Lines 3171 3172 +1
Branches 574 574
=======================================
+ Hits 2846 2847 +1
Misses 169 169
Partials 156 156 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uuuufffff magia de la buena hay acá 🪄 👃 🌟
}) | ||
|
||
root.forEach((node, _parent) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Altoooke 😎
expect(result).to.equal('"hola"') | ||
}) | ||
|
||
it('should be able to execute sentences related to a hierarchy defined in different packages - 2', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Por qué 2? Y qué onda con mandarlos para language como sanity?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mejora de tests
Sobre el problema reportado en #308, me tomó mucho laburo tratar de reproducirlo, pero acá dejo dos tests:
no funciona
new B().bla()
(dice que no lo entiende). Si en cambio hacés:funciona perfectamente.
@ivojawer @PalumboN , me gustaría verlo en nuestras sesiones de los martes.